projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26d87ff
)
* mule-cmds.el (input-method-use-echo-area): Change :type to
author
K. Handa
<handa@gnu.org>
Fri, 1 May 2015 13:45:27 +0000
(22:45 +0900)
committer
K. Handa
<handa@gnu.org>
Fri, 1 May 2015 13:45:27 +0000
(22:45 +0900)
'boolean.
lisp/international/mule-cmds.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-cmds.el
b/lisp/international/mule-cmds.el
index cca659f2cc1732c74908cdd3af96b71f7a3c861a..fd892aaefec612f732b186376d784573e427ae7a 100644
(file)
--- a/
lisp/international/mule-cmds.el
+++ b/
lisp/international/mule-cmds.el
@@
-1698,7
+1698,7
@@
Usually, the input method inserts the intermediate key sequence,
or candidate translations corresponding to the sequence,
at point in the current buffer.
But, if this flag is non-nil, it displays them in echo area instead."
- :type '
hook
+ :type '
boolean
:group 'mule)
(defvar input-method-exit-on-invalid-key nil